
        .pagebox {
            position: relative;
            margin: 0px auto;
        }

        html,
        body {
            margin: 0;
            padding: 0;
            font-family: 微软雅黑;
            overflow-x: hidden;
        }

        html,
        body,
        dl,
        dt,
        dd,
        ul,
        ol,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        pre,
        form,
        fieldset,
        input,
        button,
        textarea,
        p,
        blockquote {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        a {
            text-decoration: none;
        }

        .main-width {
            width: 1180px;
        }

        .nav-height {
            height: 86px;

        }

        .menu_ul {
            height: 86px;
            font-size: 16px;
            color: #454545;
        }

        .menu_ul li {
            float: left;
            width: 116px;
            text-align: center;
            cursor: pointer;
            /* display: inline; */
            position: relative;

        }

        .menu_ul a:visited {
            color: #454545;
        }

        .menu_ul li:hover {
            background-color: #156bca;
            color: #ffffff;
        }


        .menu_ul ul {
            position: absolute;
            left: 0;
            top: 85px;
            display: none;
        }

        .menu_ul ul li {
            height: 40px;
            line-height: 40px;
            color: #156bca;
            background-color: #fff;
            border-bottom: 1px solid #eaeaea;
            z-index: 99;
        }


        .menu_ul ul li:hover {
            background-color: #207cdf;
        }


        .product-box {
            width: 250px;
            height: 291px;
            border: 2px solid #eaeaea;
            float: left;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 30px;
            background-color: #ffffff;
            /* box-shadow: 10px 10px 5px #888888; */
        }

        .product-box:hover {
            border: 2px solid #156bca;

        }

        .product-box img {
            width: 250px;
            height: 250px;
            display: block;
        }

        .product-box div {
            width: 250px;
            height: 41px;
            background-color: #156bca;
            line-height: 45px;
            text-align: center;
            color: #ffffff;
            font-size: 15px;
        }

        .case-box {
            width: 250px;
            height: 295px;
            /* border: 2px solid #eaeaea; */
            float: left;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 30px;
            cursor: pointer;
        }

        .case-box img {
            width: 246px;
            height: 246px;
            margin: 2px;
            border: 2px solid #eaeaea;
        }

        .case-box img:hover {
            border: 2px solid #156bca;
        }

        .case-box div {
            width: 250px;
            height: 40px;
            /* background-color: #156bca; */
            line-height: 40px;
            text-align: center;
            color: #707070;
            font-size: 15px;
        }

        .culture {
            width: 160px;
            height: 160px;
            line-height: 160px;
            font-size: 28px;
            color: azure;
            font-weight: bold;
            border: 2px solid #ffffff;
            float: left;
            margin-top: 35px;
            margin-left: 63px;
            margin-right: 63px;
            border-radius: 50%;
            cursor: pointer;
        }

        .culture:hover {

            -webkit-animation: Glow 1.5s ease infinite alternate;
            animation: Glow 1.5s ease infinite alternate;
        }

        @-webkit-keyframes Glow {
            from {
                text-shadow: 0 0 10px #fff,
                0 0 20px #fff,
                0 0 30px #fff,
                0 0 40px #00a67c,
                0 0 70px #00a67c,
                0 0 80px #00a67c,
                0 0 100px #00a67c,
                0 0 150px #00a67c;
                box-shadow: 0 0 10px #fff,
                0 0 20px #fff,
                0 0 30px #fff,
                0 0 40px #00a67c,
                0 0 70px #00a67c,
                0 0 80px #00a67c,
                0 0 100px #00a67c,
                0 0 150px #00a67c;
            }

            to {
                text-shadow: 0 0 5px #fff,
                0 0 10px #fff,
                0 0 15px #fff,
                0 0 20px #00a67c,
                0 0 35px #00a67c,
                0 0 40px #00a67c,
                0 0 50px #00a67c,
                0 0 75px #00a67c;
                box-shadow: 0 0 5px #fff,
                0 0 10px #fff,
                0 0 15px #fff,
                0 0 20px #00a67c,
                0 0 35px #00a67c,
                0 0 40px #00a67c,
                0 0 50px #00a67c,
                0 0 75px #00a67c;
            }
        }

        @keyframes Glow {
            from {
                text-shadow: 0 0 10px #fff,
                0 0 20px #fff,
                0 0 30px #fff,
                0 0 40px #00a67c,
                0 0 70px #00a67c,
                0 0 80px #00a67c,
                0 0 100px #00a67c,
                0 0 150px #00a67c;
                box-shadow: 0 0 10px #fff,
                0 0 20px #fff,
                0 0 30px #fff,
                0 0 40px #00a67c,
                0 0 70px #00a67c,
                0 0 80px #00a67c,
                0 0 100px #00a67c,
                0 0 150px #00a67c;
            }

            to {
                text-shadow: 0 0 5px #fff,
                0 0 10px #fff,
                0 0 15px #fff,
                0 0 20px #00a67c,
                0 0 35px #00a67c,
                0 0 40px #00a67c,
                0 0 50px #00a67c,
                0 0 75px #00a67c;
                box-shadow: 0 0 5px #fff,
                0 0 10px #fff,
                0 0 15px #fff,
                0 0 20px #00a67c,
                0 0 35px #00a67c,
                0 0 40px #00a67c,
                0 0 50px #00a67c,
                0 0 75px #00a67c;
            }
        }

        .news-box {
            width: 530px;
            height: 30px;
            line-height: 30px;
            border-bottom: 1px solid #d2d2d2;
            color: #073763;
            float: left;
            margin-bottom: 30px;
            background-image: url('/image/arrow.png');
            background-repeat: no-repeat;
            background-size: 16px;
            background-position: 1px 7px;
            padding-left: 20px;
        }

        .news-box a {
            font-size: 15px;
            color: #073763;
        }

        .news-box a:hover {
            color: #0064D4;
        }

        .news-box span {
            font-size: 12px;
            float: right;
            color: #929292;
        }

        .odd {
            margin-left: 70px;
        }


        .abg {
            background-image: url('/image/abg2.png');
            width: 100%;
        }

        .email {
            margin-left: 20px;
            float: right;
            background-image: url(/image/email.png);
            background-repeat: no-repeat;
            background-size: 18px;
            background-position: 0px 11px;
            padding-left: 22px;
        }

        .phone {
            margin-left: 20px;
            float: right;
            background-image: url(/image/phone.png);
            background-repeat: no-repeat;
            background-size: 18px;
            background-position: 0px 10px;
            padding-left: 22px;
        }


        /* .bd1 {
            border: 1px solid wheat
        }

        .bd2 {
            border: 1px dotted steelblue;
        }

        .bd3 {
            border: 1px solid cornflowerblue;
        } */



        /* 轮播图 */
        .slideBox {
            width: 100%;
            height: 490px;
            overflow: hidden;
            position: relative;
            /* border: 1px solid #ddd; */
        }

        .slideBox .hd {
            height: 15px;
            overflow: hidden;
            position: absolute;
            right: 5px;
            bottom: 5px;
            z-index: 1;
        }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

        .slideBox .hd ul li {
            float: left;
            margin-right: 2px;
            width: 15px;
            height: 15px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            opacity: 0.6;
        }

        .slideBox .hd ul li.on {
            background: #f00;
            color: #fff;
        }

        .slideBox .bd {
            position: relative;
            height: 100%;
            z-index: 0;
        }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox .bd img {
            width: 100%;
            height: 490px;
            display: block;
        }

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBox .prev,
        .slideBox .next {
            position: absolute;
            left: 1%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            background: url(/image/slider-arrow.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        .slideBox .next {
            left: auto;
            right: 1%;
            background-position: 8px 5px;
        }

        .slideBox .prev:hover,
        .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .slideBox .prevStop {
            display: none;
        }

        .slideBox .nextStop {
            display: none;
        }